@charset "UTF-8";
.blogbg_1 {
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #efefef;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.course_tabs {
  float: left;
  width: 100%;
}

#openingtext {
  color: #71c2ff;
  background: #fff;
}
#openingtext .banner ._215td5 h1 {
  color: black;
  margin-left: 70px;
  font-size: x-large;
  padding-bottom: 10rem;
}

@media screen and (min-width: 550px) and (max-width: 767px) {
  #openingtext .banner ._215td5 h1 {
    padding-top: 180px;
  }
}
@media screen and (max-width: 549px) {
  #openingtext .banner ._215td5 h1 {
    padding-top: 100px;
  }
}
.banner {
  background-image: url(../images/Illustrations/Banner.webp);
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1100px) and (max-width: 1500px) {
  .front-section {
    padding: 7.5rem 0;
  }
}
.feature125 {
  background: #fff;
  padding: 30px 20px;
  height: 88%;
  z-index: 1;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 10px;
}
.feature125 h3 {
  color: #000;
}
.feature125 i {
  font-size: 45px;
}

.feature125 h3 {
  color: #000;
}

.feature125:hover {
  transform: translateY(-9px);
  border-color: transparent;
}
.feature125:hover i,
.feature125:hover h3,
.feature125:hover p {
  color: #fff;
}

.feature125::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00ff9e 0%, #0070e9 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 10px;
}

.feature125:hover::before {
  opacity: 1;
  visibility: visible;
}

.incubated-at {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.incubated-at img {
  width: 400px;
}

@media screen and (max-width: 400px) {
  .incubated-at img {
    width: 90%;
  }
}
.services-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-heading .service-heading-box {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 15px;
  font-size: 15px;
  color: #6084a4;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.services-heading .service-heading-box:hover {
  transform: translateY(-10px);
  color: #fff;
}

.services-heading .service-heading-box.active {
  transform: scale(1.05);
  color: #fff;
}

.services-heading .service-heading-box::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #00ff9e 0%, #0070e9 100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.services-heading .service-heading-box:hover::before,
.services-heading .service-heading-box.active::before {
  opacity: 1;
  visibility: visible;
}

.service-content-box {
  display: none;
  height: 100%;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.service-content-box div.col-6:last-of-type h1 {
  margin-top: 10px;
  min-height: 60px;
}
.service-content-box div.col-6:last-of-type p {
  margin-top: 10px;
}

.service-content-box.active {
  display: block;
}

@media screen and (max-width: 1200px) {
  .services-heading,
  .services-content {
    height: 305px;
  }
}
@media screen and (max-width: 991px) {
  .section-how .content-box > .row {
    flex-direction: column;
  }

  .services-heading {
    flex-direction: row;
  }
  .services-heading .service-heading-box {
    width: 25%;
    padding: 8px;
    margin: 10px;
    text-align: center;
  }
  .services-heading .service-heading-box.active {
    z-index: 2;
  }

  .services-heading,
  .services-content {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .service-content-box.active {
    display: block;
    height: 360px !important;
  }
  .service-content-box > .row {
    flex-direction: column;
  }
  .service-content-box > .row div:first-of-type {
    text-align: center;
  }
  .service-content-box img {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 440px) {
  .services-heading {
    flex-direction: column;
  }
  .services-heading .service-heading-box {
    width: 100%;
    margin: 4px;
  }
  .services-heading .service-heading-box:hover {
    transform: translateY(0px);
  }
}
.profile {
  width: 10rem;
  height: 10rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.partner-logos {
  width: 50%;
}
.partner-logos img {
  filter: grayscale(100%);
  height: 6rem;
  opacity: 0.7;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25rem;
}

.gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: flex 0.8s ease;
}
.gallery-wrap .item p {
  display: none;
  color: black;
}
.gallery-wrap .item:hover {
  flex: 7;
  background-size: 50%;
  background-position: bottom right;
}
.gallery-wrap .item:hover p {
  display: contents;
}
.gallery-wrap .item.focus {
  flex: 7;
  background-size: 50%;
  background-position: bottom right;
}
.gallery-wrap .item:active {
  flex: 7;
  background-size: 50%;
  background-position: bottom right;
}

@media (max-width: 768px) {
  .gallery-wrap {
    flex-direction: column;
  }
  .gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
  }
  .gallery-wrap .item:hover {
    flex: 7;
    background-size: contain;
    background-position: bottom right;
  }
  .gallery-wrap .item.focus {
    flex: 7;
    background-size: contain;
    background-position: bottom right;
  }
  .gallery-wrap .item:active {
    flex: 7;
    background-size: contain;
    background-position: bottom right;
  }
}
.item-1 {
  background-image: url(../images/Illustrations/courses.svg);
}

.item-2 {
  background-image: url(../images/Illustrations/therapist.svg);
}

.item-3 {
  background-image: url(../images/Illustrations/live.svg);
}

.item-4 {
  background-image: url(../images/Illustrations/organisations.svg);
}

.item-5 {
  background-image: url(../images/Illustrations/products.svg);
}

.particle {
  position: absolute;
  border-radius: 20%;
}
.particle:nth-child(1) {
  animation: particle-animation-1 60s infinite;
  opacity: 0.8;
  height: 16px;
  width: 16px;
  animation-delay: -0.2s;
  transform: translate3d(29vw, 42vh, 16px);
  background: #ed4e41;
}
.particle:nth-child(2) {
  animation: particle-animation-2 60s infinite;
  opacity: 0.71;
  height: 19px;
  width: 19px;
  animation-delay: -0.4s;
  transform: translate3d(63vw, 65vh, 20px);
  background: #ed4e41;
}
.particle:nth-child(3) {
  animation: particle-animation-3 60s infinite;
  opacity: 0.59;
  height: 9px;
  width: 9px;
  animation-delay: -0.6s;
  transform: translate3d(58vw, 62vh, 32px);
  background: #ed4e41;
}
.particle:nth-child(4) {
  animation: particle-animation-4 60s infinite;
  opacity: 0.4;
  height: 7px;
  width: 7px;
  animation-delay: -0.8s;
  transform: translate3d(6vw, 48vh, 58px);
  background: #ed4e41;
}
.particle:nth-child(5) {
  animation: particle-animation-5 60s infinite;
  opacity: 0.39;
  height: 26px;
  width: 26px;
  animation-delay: -1s;
  transform: translate3d(72vw, 40vh, 72px);
  background: #ed4e41;
}
.particle:nth-child(6) {
  animation: particle-animation-6 60s infinite;
  opacity: 0.7;
  height: 16px;
  width: 16px;
  animation-delay: -1.2s;
  transform: translate3d(57vw, 58vh, 31px);
  background: #fbd048;
}
.particle:nth-child(7) {
  animation: particle-animation-7 60s infinite;
  opacity: 0.75;
  height: 10px;
  width: 10px;
  animation-delay: -1.4s;
  transform: translate3d(67vw, 86vh, 70px);
  background: #fbd048;
}
.particle:nth-child(8) {
  animation: particle-animation-8 60s infinite;
  opacity: 0.71;
  height: 10px;
  width: 10px;
  animation-delay: -1.6s;
  transform: translate3d(21vw, 52vh, 39px);
  background: #fbd048;
}
.particle:nth-child(9) {
  animation: particle-animation-9 60s infinite;
  opacity: 0.52;
  height: 7px;
  width: 7px;
  animation-delay: -1.8s;
  transform: translate3d(50vw, 30vh, 5px);
  background: #fbd048;
}
.particle:nth-child(10) {
  animation: particle-animation-10 60s infinite;
  opacity: 0.6;
  height: 25px;
  width: 25px;
  animation-delay: -2s;
  transform: translate3d(5vw, 29vh, 57px);
  background: #fbd048;
}
.particle:nth-child(11) {
  animation: particle-animation-11 60s infinite;
  opacity: 0.47;
  height: 6px;
  width: 6px;
  animation-delay: -2.2s;
  transform: translate3d(82vw, 44vh, 78px);
  background: #47aaae;
}
.particle:nth-child(12) {
  animation: particle-animation-12 60s infinite;
  opacity: 0.5;
  height: 9px;
  width: 9px;
  animation-delay: -2.4s;
  transform: translate3d(30vw, 72vh, 29px);
  background: #47aaae;
}
.particle:nth-child(13) {
  animation: particle-animation-13 60s infinite;
  opacity: 0.62;
  height: 10px;
  width: 10px;
  animation-delay: -2.6s;
  transform: translate3d(13vw, 28vh, 48px);
  background: #47aaae;
}
.particle:nth-child(14) {
  animation: particle-animation-14 60s infinite;
  opacity: 0.78;
  height: 20px;
  width: 20px;
  animation-delay: -2.8s;
  transform: translate3d(43vw, 53vh, 96px);
  background: #47aaae;
}
.particle:nth-child(15) {
  animation: particle-animation-15 60s infinite;
  opacity: 0.55;
  height: 10px;
  width: 10px;
  animation-delay: -3s;
  transform: translate3d(21vw, 45vh, 34px);
  background: #47aaae;
}
.particle:nth-child(16) {
  animation: particle-animation-16 60s infinite;
  opacity: 0.13;
  height: 10px;
  width: 10px;
  animation-delay: -3.2s;
  transform: translate3d(13vw, 77vh, 91px);
  background: #66b0f0;
}
.particle:nth-child(17) {
  animation: particle-animation-17 60s infinite;
  opacity: 0.7;
  height: 15px;
  width: 15px;
  animation-delay: -3.4s;
  transform: translate3d(15vw, 27vh, 50px);
  background: #66b0f0;
}
.particle:nth-child(18) {
  animation: particle-animation-18 60s infinite;
  opacity: 0.49;
  height: 15px;
  width: 15px;
  animation-delay: -3.6s;
  transform: translate3d(49vw, 70vh, 18px);
  background: #66b0f0;
}
.particle:nth-child(19) {
  animation: particle-animation-19 60s infinite;
  opacity: 0.2;
  height: 20px;
  width: 20px;
  animation-delay: -3.8s;
  transform: translate3d(59vw, 9vh, 86px);
  background: #66b0f0;
}
.particle:nth-child(20) {
  animation: particle-animation-20 60s infinite;
  opacity: 0.57;
  height: 20px;
  width: 20px;
  animation-delay: -4s;
  transform: translate3d(60vw, 49vh, 1px);
  background: #66b0f0;
}
.particle:nth-child(21) {
  animation: particle-animation-21 60s infinite;
  opacity: 0.44;
  height: 26px;
  width: 26px;
  animation-delay: -4.2s;
  transform: translate3d(83vw, 17vh, 48px);
  background: #3f4d90;
}
.particle:nth-child(22) {
  animation: particle-animation-22 60s infinite;
  opacity: 0.3;
  height: 30px;
  width: 30px;
  animation-delay: -4.4s;
  transform: translate3d(59vw, 63vh, 48px);
  background: #3f4d90;
}
.particle:nth-child(23) {
  animation: particle-animation-23 60s infinite;
  opacity: 0.8;
  height: 16px;
  width: 16px;
  animation-delay: -4.6s;
  transform: translate3d(4vw, 54vh, 12px);
  background: #3f4d90;
}
.particle:nth-child(24) {
  animation: particle-animation-24 60s infinite;
  opacity: 0.7;
  height: 29px;
  width: 29px;
  animation-delay: -4.8s;
  transform: translate3d(56vw, 32vh, 61px);
  background: #3f4d90;
}
.particle:nth-child(25) {
  animation: particle-animation-25 60s infinite;
  opacity: 0.89;
  height: 28px;
  width: 28px;
  animation-delay: -5s;
  transform: translate3d(1vw, 81vh, 41px);
  background: #3f4d90;
}
@keyframes particle-animation-1 {
  100% {
    transform: translate3d(36vw, 11vh, 2px);
  }
}
@keyframes particle-animation-2 {
  100% {
    transform: translate3d(48vw, 76vh, 63px);
  }
}
@keyframes particle-animation-3 {
  100% {
    transform: translate3d(68vw, 50vh, 56px);
  }
}
@keyframes particle-animation-4 {
  100% {
    transform: translate3d(44vw, 77vh, 95px);
  }
}
@keyframes particle-animation-5 {
  100% {
    transform: translate3d(7vw, 16vh, 83px);
  }
}
@keyframes particle-animation-6 {
  100% {
    transform: translate3d(90vw, 53vh, 80px);
  }
}
@keyframes particle-animation-7 {
  100% {
    transform: translate3d(11vw, 56vh, 88px);
  }
}
@keyframes particle-animation-8 {
  100% {
    transform: translate3d(4vw, 17vh, 67px);
  }
}
@keyframes particle-animation-9 {
  100% {
    transform: translate3d(57vw, 44vh, 77px);
  }
}
@keyframes particle-animation-10 {
  100% {
    transform: translate3d(67vw, 24vh, 30px);
  }
}
@keyframes particle-animation-11 {
  100% {
    transform: translate3d(57vw, 18vh, 39px);
  }
}
@keyframes particle-animation-12 {
  100% {
    transform: translate3d(14vw, 58vh, 68px);
  }
}
@keyframes particle-animation-13 {
  100% {
    transform: translate3d(12vw, 27vh, 39px);
  }
}
@keyframes particle-animation-14 {
  100% {
    transform: translate3d(38vw, 69vh, 64px);
  }
}
@keyframes particle-animation-15 {
  100% {
    transform: translate3d(48vw, 37vh, 48px);
  }
}
@keyframes particle-animation-16 {
  100% {
    transform: translate3d(13vw, 40vh, 96px);
  }
}
@keyframes particle-animation-17 {
  100% {
    transform: translate3d(22vw, 81vh, 38px);
  }
}
@keyframes particle-animation-18 {
  100% {
    transform: translate3d(3vw, 6vh, 44px);
  }
}
@keyframes particle-animation-19 {
  100% {
    transform: translate3d(88vw, 31vh, 51px);
  }
}
@keyframes particle-animation-20 {
  100% {
    transform: translate3d(65vw, 61vh, 50px);
  }
}
@keyframes particle-animation-21 {
  100% {
    transform: translate3d(69vw, 61vh, 51px);
  }
}
@keyframes particle-animation-22 {
  100% {
    transform: translate3d(7vw, 72vh, 43px);
  }
}
@keyframes particle-animation-23 {
  100% {
    transform: translate3d(82vw, 38vh, 75px);
  }
}
@keyframes particle-animation-24 {
  100% {
    transform: translate3d(25vw, 25vh, 51px);
  }
}
@keyframes particle-animation-25 {
  100% {
    transform: translate3d(65vw, 11vh, 54px);
  }
}
#buttongetstarted {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: 1.5em 3em;
  appearance: none;
  border: 0;
  background: transparent;
  color: #66b0f0;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: 0.8s ease;
}
#buttongetstarted:hover {
  background: #66b0f0;
  color: white;
}
#buttongetstarted .button__horizontal {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.8s ease;
  will-change: transform;
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
#buttongetstarted .button__horizontal::before {
  content: "";
  position: absolute;
  border: inherit;
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
#buttongetstarted .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.8s ease;
  will-change: transform;
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
#buttongetstarted .button__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}

#buttongetstarted.button {
  margin-left: 70px;
  color: rgb(188, 74, 74);
  margin-top: -80px;
  width: 250px;
  height: 80px;
}

@media screen and (max-width: 375px) {
  #buttongetstarted.button {
    width: 160px;
  }
}
.mailinglist {
  margin-top: 50px;
  padding: 50px;
  background: #f29b91;
}
.mailinglist input[type="text"] {
  margin: 0;
  color: #999;
  padding: 15px !important;
  text-align: left;
  width: 100% !important;
  outline: none;
  border: 0;
  font-size: 14px;
  background-color: #fff;
}
.mailinglist input[type="submit"] {
  margin: 0;
  background-color: #83b3db;
  color: #fff;
  padding: 16px !important;
  text-align: center;
  width: 100%;
  outline: none;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.mailinglist input[type="submit"]:hover {
  background-color: #f29b91;
  box-shadow: 0 0 0 5px #f29b91;
}

.cnt-block {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #d5d5d5;
  margin: 0 0 28px;
}
.cnt-block img {
  width: 148px;
  height: 148px;
  border-radius: 100%;
}
.cnt-block h1 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
  text-transform: uppercase;
}
.cnt-block h6 {
  color: #fa484b;
  font-size: 12px;
  font-weight: 200;
  font-family: Brush Script MT, cursive;
}

#contact {
  width: 100%;
  position: relative;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  margin: 30px 0;
  background-color: #fff;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4f4848;
  color: #fff;
  margin: 20px 0;
  padding: 10px;
  font-size: 15px;
}

.contact {
  margin-left: 0 !important;
  float: left;
  width: 100%;
  background-color: #f7f7f7;
}

.footer-widget p {
  margin-bottom: 27px;
}
.footer-widget .section-heading {
  margin-bottom: 35px;
  text-align: center;
}
.footer-widget .section-heading h3,
.footer-widget .section-heading span {
  margin: auto;
}
.footer-widget .section-heading h3 {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .footer-widget .section-heading h3 {
    padding-top: 2rem;
  }
}
.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget li {
  margin-bottom: 18px;
}
.footer-widget a {
  color: #cccccc;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #007bff;
}
.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.animate-border {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #007bff;
}
.animate-border span {
  display: block;
  height: 3px;
  animation: animborder 3s linear infinite;
}
.animate-border span:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.animate-border.border-white:after {
  border-color: #fff;
}
.animate-border.border-yellow:after {
  border-color: #f5b02e;
}
.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}
.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}
.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}
@keyframes animborder {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(calc(100% - 35px));
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}
@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.dk-footer {
  margin-top: 0;
  padding: 0;
  background-color: #333;
  position: relative;
  z-index: 2;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {
  left: 5%;
  position: absolute;
  top: -160px;
  background: #333;
  padding: 40px;
  z-index: 2;
  width: 380px;
}
.dk-footer-box-info h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
.dk-footer-box-info .footer-social-link a {
  display: inline-block;
  font-size: 16px;
}
.dk-footer-box-info .footer-social-link a:hover {
  color: #fff !important;
  transform: scale(1.2);
}
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}
.dk-footer-box-info .footer-social-link a i.fa-facebook-f {
  background-color: #3b5998;
}
.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55acee;
}
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #dd4b39;
}
.dk-footer-box-info .footer-social-link a i.fa-linkedin-in {
  background-color: #0976b4;
}
.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #b7242a;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-right-widget {
  padding: 0px 40px;
}

.dk-footer-form {
  position: relative;
}
.dk-footer-form input[type="email"] {
  padding: 21px 28px;
  border-radius: 50px;
  background: #000000;
  border: 1px solid #7c7b7b;
  color: #dad8d8;
  font-size: 20px;
}
.dk-footer-form input::placeholder {
  color: #dad8d8;
  font-size: 20px;
}
.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}
.dk-footer-form button:hover {
  cursor: pointer;
}

.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: flex;
  align-items: center;
}

.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.accordian {
  width: 805px;
  height: 320px;
  overflow: hidden;
  margin: 50px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.accordian ul {
  width: 1200px;
}
.accordian ul:hover li {
  width: 40px;
}
.accordian ul li:hover {
  width: 640px;
}
.accordian li {
  position: relative;
  display: block;
  width: 160px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.accordian li img {
  display: block;
}

.image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
}
.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

.text-center {
  text-align: center;
  justify-content: center;
}

#team i {
  font-size: 26px;
  color: rgb(0, 0, 0);
}
#team p {
  font-weight: 500;
}
#team .card {
  border-radius: 0;
  box-shadow: 5px 5px 15px #2e2d2d;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#team .card:hover {
  background: #000000;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 5px 5px 10px #777777;
}
#team .card:hover h3 {
  color: #fff;
}
#team .card:hover i {
  color: #fff;
}

.maindiv {
  margin: 4rem;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 2px 5px 20px rgba(35, 35, 35, 0.368627451);
}

.innerdiv h1 {
  margin: 0.7rem 0 0.4rem;
  color: #03a9f4;
}
.innerdiv h1 img {
  height: 2rem;
  margin-right: 0.5rem;
}
.innerdiv p {
  font-size: 1.2rem;
  color: #969393;
  margin-bottom: 1rem;
}

.eachdiv {
  display: inline-block;
  width: 23.5%;
  background: white;
  box-shadow: 1px 2px 10px rgba(51, 51, 51, 0.3215686275);
  padding: 1rem;
  margin: 0.5rem 0.4%;
  border-radius: 1rem;
  cursor: pointer;
  transition: 0.4s;
}
.eachdiv:hover {
  transform: scale(1.03);
  box-shadow: 2px 6px 10px rgba(47, 47, 47, 0.4117647059);
}
.eachdiv img {
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 1rem;
}
.eachdiv h3 {
  color: #e91e63;
  margin-bottom: 0.5rem;
}
.eachdiv p {
  font-size: 0.8rem;
  color: #969696;
  margin-bottom: 0;
}

.partner-section {
  text-align: center;
  position: relative;
  background: #f7f7f7;
}
.partner-section h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: black;
  margin-bottom: 0;
}
.partner-section .partner-inner {
  background: #fff;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  margin-top: 25px;
}
.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}
.partner-section .partner-inner a img {
  width: 100%;
}
.partner-section .partner-inner a img:first-child {
  filter: grayscale(100%);
}
.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .partner-section .partner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* --- section-join Start --- */
.section-join {
  background: #f7f7f7;
}

.section-join .row > div {
  margin: 10px 0px;
}

/* --- section-join End --- */
@media only screen and (max-width: 1000px) {
  .maindiv {
    margin: 3rem;
  }

  .eachdiv {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .maindiv {
    margin: 2rem;
  }

  .eachdiv {
    width: 100%;
    margin: 0.5rem 0;
  }
}
html {
  box-sizing: border-box;
}

/* Our Story section */

.section-our-story {
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.section-our-story .story-title h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#our-story-carousels {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  color: #202046;
  font-size: 32px;
  font-family: Inter, sans-serif;
  background: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("/static/images/pattern-curve.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#our-story-carousels .slider .slide {
  display: flex;
  /* margin: 0 auto; */
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-top: 32px;
}
#our-story-carousels .slider .slide .our-story {
  padding: 32px 51px;
  text-align: center;
  width: 80%;
}
#our-story-carousels .slider .slide .our-story blockquote {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: auto;
  padding-bottom: 3rem;
}
#our-story-carousels .slider .slide .our-story .author {
  font-size: 18px;
  font-weight: 500;
  color: currentColor;
}
#our-story-carousels .slider .slide .our-story .author span {
  display: block;
  color: #525264;
  font-weight: 500;
  font-size: 15px;
}
#our-story-carousels .slider .slide .slider-img {
  width: 100%;
  padding: 40px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/images/pattern-bg.svg");
}
#our-story-carousels .slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 100%;
  box-shadow: 0 16px 40px 0 rgba(207, 187, 255, 0.4);
}

#our-story-carousels .carousel-indicators li {
  background-color: gray;
}

#our-story-carousels .carousel-indicators li:hover {
  background-color: #bdb0b0;
}

#our-story-carousels .carousel-indicators .active {
  background-color: black;
}

#our-story-carousels a .carouselIcon {
  background: linear-gradient(135deg, #209cff 0%, #68e0cf 100%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
#our-story-carousels a .carouselIcon:hover {
  background-color: #838383;
}

#our-story-carousels .prev {
  bottom: 2.5rem;
}

@media screen and (min-width: 600px) {
  html body #our-story-carousels {
    max-width: 800px;
  }
  html body #our-story-carousels .slider .buttons {
    top: 280px;
  }
}
@media screen and (min-width: 428px) and (max-width: 576px) {
  .section-our-story .container {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 900px) {
  html body #our-story-carousels {
    width: 100%;
    max-width: 1294px;
    padding: 16px;
  }
  html body #our-story-carousels .slider .buttons {
    right: 43%;
    top: 500px;
  }
  html body #our-story-carousels .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }

  html body #our-story-carousels .slider .slide .our-story {
    background-size: 80px;
    background-position: 19% -7%;
    width: 90%;
    /* transform: translateX(100px); */
  }
  html body #our-story-carousels .slider .slide .our-story blockquote {
    font-size: 18px;
    line-height: 30px;
  }
  html body #our-story-carousels .slider .slide .our-story .author span {
    display: inherit;
  }
  html body #our-story-carousels .slider .slide .slider-img {
    padding: 40px;
  }

  html body #our-story-carousels .slider .slide .slider-img img {
    width: 180px;
  }
}

html body #our-story-carousels .slider .carousel-item {
  opacity: 0;
}
html body #our-story-carousels .slider .active {
  opacity: 1;
}

/* Our Story section ends here*/

footer {
  font-size: 14px;
  text-align: center;
}
footer a {
  color: #d6ddf7;
}

.hide {
  display: none;
}

/* @media screen and (min-width: 600px) {
  html body main {
    max-width: 800px;
  }
  html body main .slider .buttons {
    top: 280px;
  }
}
@media screen and (min-width: 900px) {
  html body main {
    width: 100%;
    max-width: 1054px;
    padding: 64px;
  }
  html body main .slider .buttons {
    right: 43%;
    top: 500px;
  }
  html body main .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  html body main .slider .slide .testimonial {
    padding: 32px 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  html body main .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  html body main .slider .slide .testimonial .author span {
    display: contents;
  }
  html body main .slider .slide .slider-img {
    padding: 55px;
  }
  html body main .slider .slide .slider-img img {
    width: 400px;
  }
} */
.main-illustration {
  display: flex;
  align-items: center;
}
.main-illustration > div {
  width: 100%;
}
.main-illustration img {
  width: 100%;
}

#creative_therapy ul li::before {
  content: "•";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
#creative_therapy ul li {
  font-size: 1.5em;
  line-height: 1.5;
}

.button:hover .button__horizontal {
  transform: scaleX(0);
}
.button:hover .button__vertical {
  transform: scaleY(0);
}

.footer p {
  position: fixed;
  color: white;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  cursor: pointer;
}

/* CSS starts for BackToTop-button */
html {
  scroll-behavior: smooth;
}

footer .back-to-top .bttBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  z-index: 2;
}
footer .back-to-top .bttBtn.active {
  opacity: 1;
}
footer .back-to-top .bttBtn.active:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

/* CSS ends for BackToTop-button */
@media screen and (max-width: 992px) {
  .footer-right-widget {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .dk-footer-box-info {
    width: 90%;
  }

  .dk-footer > .container > .row > div:first-of-type {
    height: 260px;
  }
  .dk-footer > .container > .row > div:nth-of-type(2) {
    padding: 0px 40px;
  }
  .dk-footer > .container > .row > div:nth-of-type(2) .footer-widget {
    padding: 0px;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.testimonial-section {
  background: #fff;
  padding-bottom: 40px;
}

.testimonial-section .container {
  /* box-shadow: 0 8px 2px -2px #dfd9d9, 0 -8px 2px -2px #dfd9d9; */
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  border-radius: 20px;
  padding-top: 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("/static/images/pattern-curve(mirrored).svg");
}
.testimonial-section h3 {
  color: #333;
  text-align: center;
  /* text-transform: uppercase; */
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  margin: 25px 0 30px;
  padding-top: 2rem;
  font-size: 24px;
}

.testimonial-section .carousel {
  width: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}
.testimonial-section .carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  /* min-height: 340px; */
}
.testimonial-section .carousel .carousel-item span {
  color: #45d2eb;
}
.testimonial-section .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
.testimonial-section .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.testimonial-section .carousel .testimonial {
  padding: 30px 0 10px;
  color: rgb(24, 23, 23);
  margin: auto;
  width: 70%;
  font-size: 1.2rem;
  font-family: Roboto, sans-serif;
}
.testimonial-section .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}
.testimonial-section .carousel .overview strong {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
.testimonial-section .carousel .star-rating i {
  font-size: 18px;
  color: #48d0f1;
}
.testimonial-section .carousel-prev,
.testimonial-section .carousel-next {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, #209cff 0%, #68e0cf 100%);
  text-shadow: none;
  margin: auto;
  box-shadow: 0px 0px 5px 0px white;
}
.testimonial-section .carousel-control-prev i,
.testimonial-section .carousel-control-next i {
  font-size: 30px;
  margin-right: 2px;
}
.testimonial-section .carousel-control-prev {
  left: 10px;
}
.testimonial-section .carousel-control-next i {
  margin-right: -2px;
}
.testimonial-section .carousel .carousel-indicators {
  bottom: 15px;
}
.testimonial-section .carousel-indicators li,
.testimonial-section .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
.testimonial-section .carousel-indicators li {
  background: #e2e2e2;
  border: none;
}
.testimonial-section #myCarousel .carousel-indicators li:hover {
  background: #bdb0b0;
}
.testimonial-section .carousel-indicators li.active {
  background: #000;
}
